widget: Update the font at the right place
authorBenjamin Otte <otte@redhat.com>
Sat, 4 Jun 2011 19:13:19 +0000 (21:13 +0200)
committerBenjamin Otte <otte@redhat.com>
Sat, 4 Jun 2011 19:18:09 +0000 (21:18 +0200)
commitc6285387e3b8b839df377b32c4b4d1210d3afb29
tree919f33e729664258cc4786f83209b9da9c12997b
parent0ba14bb2567ddc97757aac3f7c06413d44cc26ea
widget: Update the font at the right place

Doing it unconditionally is not useful when the subclasses actually
using them can only ever do it in the style_updated signal. So do it in
the style_updated handler instead.
gtk/gtkwidget.c